home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 03p.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1999-04-08  |  258 b   |  13 lines

  1. on exitFrame
  2.   cursor(-1)
  3.   repeat with i = 15 to 17
  4.     set the cursor of sprite i to 3
  5.   end repeat
  6.   repeat with i = 30 to 32
  7.     set the cursor of sprite i to 3
  8.   end repeat
  9.   repeat with i = 47 to 48
  10.     set the cursor of sprite i to 3
  11.   end repeat
  12. end
  13.